SixBit API Schema
eBayAddressIDType Simple Type
Description
The id stored at eBay for the address.
Namespace (none)
Type
Restriction of xs:string
Diagram
eBayAddressIDType Simple Type
Overview
eBayAddressIDType Restriction of xs:string
The id stored at eBay for the address.
Facets
MaxLength50
MinLength0
Source
<xs:simpleType name="eBayAddressIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The id stored at eBay for the address.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="50" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.